github.com/andybalholm/brotli/matchfinder.arrival.cost (field)

43 uses

	github.com/andybalholm/brotli/matchfinder (current package)
		bargain1.go#L89: 			startCost = arrivals[m.Start-historyLen-1].cost
		bargain1.go#L99: 			if a.cost > 0 && a.cost <= cost {
		bargain1.go#L105: 				cost:     cost,
		bargain1.go#L129: 		if nextArrival.cost == 0 || arrivedHere.cost+literalCost < nextArrival.cost {
		bargain1.go#L131: 				cost:   arrivedHere.cost + literalCost,
		bargain2.go#L100: 			startCost = arrivals[m.Start-historyLen-1].cost
		bargain2.go#L110: 			if a.cost > 0 && a.cost <= cost {
		bargain2.go#L116: 				cost:     cost,
		bargain2.go#L140: 		if nextArrival.cost == 0 || arrivedHere.cost+literalCost < nextArrival.cost {
		bargain2.go#L142: 				cost:   arrivedHere.cost + literalCost,
		bargain3.go#L106: 			startCost = arrivals[m.Start-historyLen-1].cost
		bargain3.go#L116: 			if a.cost > 0 && a.cost <= cost {
		bargain3.go#L122: 				cost:     cost,
		bargain3.go#L146: 		if nextArrival.cost == 0 || arrivedHere.cost+literalCost < nextArrival.cost {
		bargain3.go#L148: 				cost:   arrivedHere.cost + literalCost,
		pathfinder.go#L60: 	cost     float32
		pathfinder.go#L236: 		if nextArrival.cost == 0 || arrivedHere.cost+literalCost < nextArrival.cost {
		pathfinder.go#L238: 				cost:   arrivedHere.cost + literalCost,
		pathfinder.go#L261: 				if a.cost == 0 || arrivedHere.cost+adjustedCost < a.cost {
		pathfinder.go#L265: 						cost:     arrivedHere.cost + adjustedCost,
		pathfinder.go#L284: 				if a.cost == 0 || arrivedHere.cost+adjustedCost < a.cost {
		pathfinder.go#L288: 						cost:     arrivedHere.cost + adjustedCost,